From d5f13cc97a6a0dd62c88321be7aa9f12c11f0478 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 27 Jan 2018 15:11:06 +0530 Subject: [PATCH] Make error message bad_git_dependency test less strict Bug: https://github.com/rust-lang/cargo/issues/4908 Last-Update: 2018-01-24 Gbp-Pq: Name 0001-fix_bad_git_dependency.patch --- tests/bad-config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bad-config.rs b/tests/bad-config.rs index 1d8c2fe21..87717578c 100644 --- a/tests/bad-config.rs +++ b/tests/bad-config.rs @@ -389,7 +389,7 @@ Caused by: failed to clone into: [..] Caused by: - [[..]] 'file:///' is not a valid local file URI + [..]'file:///' is not a valid local file URI[..] ")); } -- 2.30.2